trigger$85110$ - ορισμός. Τι είναι το trigger$85110$
Diclib.com
Λεξικό ChatGPT
Εισάγετε μια λέξη ή φράση σε οποιαδήποτε γλώσσα 👆
Γλώσσα:

Μετάφραση και ανάλυση λέξεων από την τεχνητή νοημοσύνη ChatGPT

Σε αυτήν τη σελίδα μπορείτε να λάβετε μια λεπτομερή ανάλυση μιας λέξης ή μιας φράσης, η οποία δημιουργήθηκε χρησιμοποιώντας το ChatGPT, την καλύτερη τεχνολογία τεχνητής νοημοσύνης μέχρι σήμερα:

  • πώς χρησιμοποιείται η λέξη
  • συχνότητα χρήσης
  • χρησιμοποιείται πιο συχνά στον προφορικό ή γραπτό λόγο
  • επιλογές μετάφρασης λέξεων
  • παραδείγματα χρήσης (πολλές φράσεις με μετάφραση)
  • ετυμολογία

Τι (ποιος) είναι trigger$85110$ - ορισμός

EVENT WHICH IS CAUSING AN ACTION IN A DATABASE
Database Trigger; Trigger (database); Trigger function; Trigger functions; SQL trigger

Database trigger         
A database trigger is procedural code that is automatically executed in response to certain events on a particular table or view in a database. The trigger is mostly used for maintaining the integrity of the information on the database.
hair-trigger         
  • The double-crescent trigger on the MG 34, which enabled select fire capability without using a selector switch. Pressing the upper segment of the trigger produced semi-automatic fire, while holding the lower segment of the trigger produced fully automatic fire.
  • [[Thompson submachine gun]] trigger
MECHANISM THAT ACTUATES THE FIRING SEQUENCE OF A FIREARM OR OTHER WEAPON WHEN PUSHED DOWN BY A FINGER
Single action; Double Action Only; DA/SA; Double action only; Single-action; Single Action; Double Action / Single Action; Trigger (gun); Double action / single action; Trigger pull; Single-action revolver; Trigger (mechanism); Firing mechanism; Dual action; Progressive trigger; Trigger group; Hair trigger; Double-set triggers; Trigger Groups; Double set; Double-set; Doubleset; Double set trigger; Double-set trigger; Doubleset trigger; Double set triggers; Doubleset triggers; Double setting trigger; Double-setting trigger; Doublesetting trigger; Double setting triggers; Double-setting triggers; Doublesetting triggers; Hair-trigger; Double crescent trigger; Staged trigger; Traditional double-action; Single-action revolvers; Double-action only; Fire control group; Back-action; Back action
If you describe something as hair-trigger, you mean that it is likely to change very violently and suddenly.
His boozing, arrogance, and hair-trigger temper have often led him into ugly nightclub brawls...
A hair-trigger situation has been created which could lead to an outbreak of war at any time.
ADJ: ADJ n
hair trigger         
  • The double-crescent trigger on the MG 34, which enabled select fire capability without using a selector switch. Pressing the upper segment of the trigger produced semi-automatic fire, while holding the lower segment of the trigger produced fully automatic fire.
  • [[Thompson submachine gun]] trigger
MECHANISM THAT ACTUATES THE FIRING SEQUENCE OF A FIREARM OR OTHER WEAPON WHEN PUSHED DOWN BY A FINGER
Single action; Double Action Only; DA/SA; Double action only; Single-action; Single Action; Double Action / Single Action; Trigger (gun); Double action / single action; Trigger pull; Single-action revolver; Trigger (mechanism); Firing mechanism; Dual action; Progressive trigger; Trigger group; Hair trigger; Double-set triggers; Trigger Groups; Double set; Double-set; Doubleset; Double set trigger; Double-set trigger; Doubleset trigger; Double set triggers; Doubleset triggers; Double setting trigger; Double-setting trigger; Doublesetting trigger; Double setting triggers; Double-setting triggers; Doublesetting triggers; Hair-trigger; Double crescent trigger; Staged trigger; Traditional double-action; Single-action revolvers; Double-action only; Fire control group; Back-action; Back action
¦ noun a trigger of a firearm set for release at the slightest pressure.

Βικιπαίδεια

Database trigger

A database trigger is procedural code that is automatically executed in response to certain events on a particular table or view in a database. The trigger is mostly used for maintaining the integrity of the information on the database. For example, when a new record (representing a new worker) is added to the employees table, new records should also be created in the tables of the taxes, vacations and salaries. Triggers can also be used to log historical data, for example to keep track of employees' previous salaries.